Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(Security): bump the react group across 1 directory with 3 updates #3963

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2024

Bumps the react group with 3 updates in the / directory: react-day-picker, react-merge-refs and @types/react-transition-group.

Updates react-day-picker from 8.10.1 to 9.3.2

Release notes

Sourced from react-day-picker's releases.

v9.3.2

Bug fixes.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.3.1...v9.3.2

v9.3.1

Bug fixes.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.3.0...v9.3.1

v9.3.0

This release adds the dayPickerProps to the values returned by useDayPicker, enabling access to these props from custom components.

Thanks to the work by @​rodgobbi, we could enhance the performance when selecting a range of days.

We’ve also updated the default style to preserve the font-family inherited from the parent element. To restore the previous behavior, update the .rdp-root CSS class to include font-family: system-ui.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.2.1...v9.3.0

v9.2.1

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.2.0...v9.2.1

v9.2.0

This release addresses an issue with localization and applies some fixes for types and CSS exports.

... (truncated)

Changelog

Sourced from react-day-picker's changelog.

Changelog

DayPicker follows Semantic Versioning. See the Releases page on Github for the complete list of changes, diffs and contributors, or the list of versions published on npm.

v9

First release: 2024-07-20

This release includes important updates related to accessibility, styles and localization. See the updated docs at https://daypicker.dev and the Upgrading Guide for more details.

Install the Latest Version

npm install react-day-picker@latest

What’s New

  • Moved date-fns from peer dependencies to dependencies.
  • Added support for time zones and Jalali Calendar.
  • Enhanced accessibility to better comply with WCAG 2.1 recommendations.
  • Simplified styles and new CSS variables for easier customization.
  • New excludeDisabled prop for range mode.
  • New dropdown-years and dropdown-months caption layouts.
  • New hideWeekdayRow and hideNavigation props.
  • Updated for a complete custom components support.
  • Improved typings and props for better compatibility in TypeScript strict mode.

Breaking Changes

While we tried to keep the API as stable as possible, some breaking changes were necessary to improve the library:

  • The updated ARIA labels could require new translations or updated unit tests selectors.
  • Custom CSS styles will likely break, due to the updated CSS classes and simplified styles.
  • Custom Components have new API and may break.
  • Some typings have been renamed or deprecated.
  • The useInput hook has been removed. See Input fields guide for more details.
  • onWeekNumberClick has been removed. Use a custom component to handle week number clicks.
  • Some of the onDay* events, like onDayTouchStart or onDayDoubleClick have been removed. To reimplement them, use a custom DayButton component (example).
  • The updated build system to ESM and CommonJS could break some custom bundler.

Upgrading Guide

We prepared a Upgrading guide for help upgrading your app to v9. We welcome feedback about the upgrade process, to ensure it's smooth for everyone.

Get Support and Report Issues

Please report any issues or provide feedback on the GitHub repository.

Commits
  • 0c824f9 build: update dev dependencies
  • 11310b1 build: bump v9.3.2
  • 40f37fc chore: cleanup var name
  • b1c746f fix: disable outside days outside the before and end month range (#2578)
  • 1f0506b website: update dependencies (#2592)
  • c70948d build: update @date-fns/tz package to 1.2.0 (#2591)
  • fff4b25 Merge branch 'main' of github.com:gpbl/react-day-picker
  • 911f4f2 build: bump v9.3.1
  • 14b67fc fix: months with 4 weeks not displaying 6 weeks w/ fixedWeeks (#2590)
  • 85fbb4a docs: use Shadow DOM to display examples (#2588)
  • Additional commits viewable in compare view

Updates react-merge-refs from 1.1.0 to 2.1.1

Release notes

Sourced from react-merge-refs's releases.

v2.1.1

Problem during the publishing of v2.1.0 on the npm registry. This version is strictly the same as version 2.1.0.

v2.1.0

Features

  • allow a ref to be undefined in the types (#33) (d9079dd)

v2.0.2

Bug Fixes

  • move types condition to the front (#30) (c91c4e4)

v2.0.1

Bug Fixes

  • esm: add default export to maximize compat (8189083), closes #27

v2.0.0

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)

Features

  • ESM only & named export (a928d61)

BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

</tr></table> 

... (truncated)

Changelog

Sourced from react-merge-refs's changelog.

2.1.1 (2023-09-28)

2.1.0 (2023-09-28)

Features

  • allow a ref to be undefined in the types (#33) (d9079dd)

2.0.2 (2023-05-09)

Bug Fixes

  • move types condition to the front (#30) (c91c4e4)

2.0.1 (2022-06-27)

Bug Fixes

  • esm: add default export to maximize compat (8189083), closes #27

2.0.0 (2022-06-19)

⚠ BREAKING CHANGES

  • The package now exports ESM only and a named export.

Before:

import mergeRefs from "react-merge-refs";

After:

import { mergeRefs } from "react-merge-refs";

Features

  • ESM only & named export (a928d61)

Bug Fixes

  • fix incorrect CJS / ESM distribution (#17) (048c4ea)
Commits

Updates @types/react-transition-group from 4.4.10 to 4.4.11

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Copy link

netlify bot commented Nov 22, 2024

Deploy Preview for storybook-navy-digital-mod-uk failed.

Name Link
🔨 Latest commit ee4fe97
🔍 Latest deploy log https://app.netlify.com/sites/storybook-navy-digital-mod-uk/deploys/67405dbe3ca57800081e46cd

Bumps the react group with 3 updates in the / directory: [react-day-picker](https://github.com/gpbl/react-day-picker), [react-merge-refs](https://github.com/gregberge/react-merge-refs) and [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group).


Updates `react-day-picker` from 8.10.1 to 9.3.2
- [Release notes](https://github.com/gpbl/react-day-picker/releases)
- [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md)
- [Commits](gpbl/react-day-picker@v8.10.1...v9.3.2)

Updates `react-merge-refs` from 1.1.0 to 2.1.1
- [Release notes](https://github.com/gregberge/react-merge-refs/releases)
- [Changelog](https://github.com/gregberge/react-merge-refs/blob/main/CHANGELOG.md)
- [Commits](gregberge/react-merge-refs@v1.1.0...v2.1.1)

Updates `@types/react-transition-group` from 4.4.10 to 4.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group)

---
updated-dependencies:
- dependency-name: react-day-picker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: react-merge-refs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@types/react-transition-group"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-58aad22f90 branch from af1223f to ee4fe97 Compare November 22, 2024 10:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

Superseded by #3965.

@dependabot dependabot bot closed this Nov 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-58aad22f90 branch November 25, 2024 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Issues that relate to a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants